const runtime._Prunning
12 uses
runtime (current package)
metrics.go#L820: case _Prunning:
mgcpacer.go#L743: if p.status != _Prunning {
preempt.go#L290: return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning && mp.curg != nil && readgstatus(mp.curg)&^_Gscan != _Gsyscall
proc.go#L6085: gp.m.p.ptr().status = _Prunning
proc.go#L6320: pp.status = _Prunning
proc.go#L6341: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6648: if pp == nil || atomic.Load(&pp.status) != _Prunning {
proc.go#L6751: if pp.status != _Prunning {
proc.go#L6846: if pp.status != _Prunning {
proc.go#L7672: if pp.status == _Prunning {
runtime2.go#L141: _Prunning
tracestatus.go#L63: case _Prunning:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |